-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rosenbrock 3rd order perform_step! refactor #2463
Conversation
@oscardssmith can you please review ? Your reviews can help me move forward with this PR. So I can fix the errors and we can get this merged. |
@ChrisRackauckas Can you please review this PR. ?? |
@oscardssmith how the Rosenbrock32 and Rosenbrock23 be combined ?? Most of the test here failed because they are defined but maybe we need to combine them with the RosenbrockCache |
Rosenbrock32 and Rosenbrock23 have some extra fields in their caches compared to the RosenbrockCache |
Rosenbrock23 and 32 will need some extra work. Also you will need to make sure you're on a version of master new enough to include #2307 since otherwise it will be totally broken. |
@oscardssmith how do I fix this failure ?? |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.
solves a part of #233